home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / var / lib / dpkg / info / gnome-control-center.postinst < prev    next >
Text File  |  2009-10-20  |  290b  |  13 lines

  1. #! /bin/sh
  2. set -e
  3.  
  4. rm -f /etc/gnome-vfs-2.0/modules/theme-method.conf
  5. rm -f /etc/gnome-vfs-2.0/modules/font-method.conf
  6.  
  7. # Automatically added by dh_installmenu
  8. if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then
  9.     update-menus
  10. fi
  11. # End automatically added section
  12.  
  13.